String.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opAssign(string value)
  2. auto ref opAssign(immutable(char)* value)
    struct String
    @nogc ref
    opAssign
    (
    immutable(char)* value
    )

Meta